From c2b50400b394a0e201be1c83c568abc68e21f56a Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 26 Jan 2006 21:48:44 +0000 Subject: [PATCH] Remove single quotation mark and replace "MS-ANSI" with global defined CET_CHARSET_MS_ANSI. --- gpsbabel/garmin.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gpsbabel/garmin.c b/gpsbabel/garmin.c index a809267d2..1e269960a 100644 --- a/gpsbabel/garmin.c +++ b/gpsbabel/garmin.c @@ -130,11 +130,10 @@ rw_init(const char *fname) snwhiteopt = "1"; receiver_must_upper = 0; /* This might be 8859-1 */ - receiver_charset = "MS-ANSI"; -" + receiver_charset = CET_CHARSET_MS_ANSI; break; case 231: /* Quest */ - receiver_charset = "MS-ANSI"; + receiver_charset = CET_CHARSET_MS_ANSI; break; default: break; -- 2.30.2